net/http.response.bodyAllowed (method)
4 uses
net/http (current package)
server.go#L617: if !w.cw.chunking && w.bodyAllowed() && w.req.Method != "HEAD" {
server.go#L1579: func (w *response) bodyAllowed() bool {
server.go#L1649: if !w.bodyAllowed() {
server.go#L1697: if w.req.Method != "HEAD" && w.contentLength != -1 && w.bodyAllowed() && w.contentLength != w.written {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |